The ImagickDraw class
PHP Manual

ImagickDraw::scale

(PECL imagick 2.0.0)

ImagickDraw::scaleAdjusts the scaling factor

Descripción

bool ImagickDraw::scale ( float $x , float $y )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Adjusts the scaling factor to apply in the horizontal and vertical directions to the current coordinate space.

Lista de parámetros

x

horizontal factor

y

vertical factor

Valores retornados

No value is returned.


The ImagickDraw class
PHP Manual